home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Ashampoo Burning Studio 2008 - pelna wersja / ashampoo_burningstudio2008_idg_pl.exe / {app} / BRNTCDAU.dll / 1033 / HTML / 1007
Text File  |  2007-08-10  |  7KB  |  224 lines

  1. <!-- saved from url=(0014)about:internet --><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html xml:lang="#LANG#" xmlns:r="http://namespace.ashampoo-tech.com/report/1.0" xmlns:rash="http://namespace.ashampoo-tech.com/report/ashampoo/1.0" xmlns:racdw="http://namespace.ashampoo-tech.com/report/acdw/1.0">
  2. <head>
  3. <META http-equiv="Content-Type" content="text/html; charset=utf-8">
  4. <style type="text/css">
  5.           .xctl
  6.           {
  7.           float:left;
  8.           width:1px;
  9.           color:red;
  10.           cursor: pointer; cursor: hand;
  11.           }
  12.           .xhcf
  13.           {
  14.           padding-left:1em;
  15.           }
  16.           .xh
  17.           {
  18.           cursor: pointer; cursor: hand;
  19.           }
  20.           .xh,.xf
  21.           {
  22.           color:#990000;
  23.           }
  24.           .xs
  25.           {
  26.           color:blue;
  27.           }
  28.           .xas
  29.           {
  30.           font-size:10pt;
  31.           padding-left:20px;
  32.           }
  33.           .xan
  34.           {
  35.           }
  36.           .xnm
  37.           {
  38.           }
  39.           .xav
  40.           {
  41.           font-weight:bold;
  42.           color:black;
  43.           }
  44.           .xtv
  45.           {
  46.           font-weight:bold;
  47.           color:black;
  48.           }
  49.           .xc
  50.           {
  51.           padding-left:1em;
  52.           }
  53.           .assitance-section-expanded
  54.           {
  55.           float:left;
  56.           }
  57.           .form
  58.           {
  59.           }
  60.           .field
  61.           {
  62.           }
  63.  
  64.           fieldset
  65.           {
  66.           border-width:1px;
  67.           border-style:solid;
  68.           border-color:black;
  69.           background-color:#E0EEFF;
  70.           margin:20px 0px 20px 0px;
  71.           position:relative;
  72.           display:block;
  73.           padding: 0 10px 10px 10px;
  74.           font-size:12pt;
  75.           }
  76.           fieldset legend
  77.           {
  78.               font-weight:bold;
  79.             font-size:15pt;
  80.               background-color:#FFFFFF;
  81.               border-width:1px;
  82.               border-style:solid;
  83.               border-color:#333333;
  84.               padding:2px;
  85.               margin:0px 0px 0px 0px;
  86.               position:relative;
  87.               top: -12px;    
  88.           }
  89.           label
  90.           {
  91.           float:left;
  92.           text-align:right;
  93.           width:170px;
  94.           font-weight:bold;
  95.           padding-right:0.5em;
  96.           }
  97.           #field-message,#field-name,#field-email,#field-system-report
  98.           {
  99.           background-color:#F8F8F8;
  100.           }         
  101.           .field-note
  102.           {
  103.           margin-left:170px;
  104.           padding-left:0.5em;
  105.           color:black;
  106.           font-weight:bold;
  107.           font-size:10pt;
  108.           font-style: italic;
  109.           }
  110.           .submit-box
  111.           {
  112.           margin-left:170px;
  113.           padding-left:0.5em;
  114.           }
  115.           .submit-button
  116.           {
  117.           width: 120pt;                    
  118.           }
  119.           body
  120.           {
  121.           text-align: center;
  122.           font-family:Arial,Helvetica,sans-serif;;
  123.           font-size:12pt;
  124.           }
  125.           .all
  126.           {
  127.           margin-left: auto;
  128.           margin-right: auto;
  129.           width: 50em;
  130.           text-align:left;
  131.           }
  132.           #report-head
  133.           {
  134.           display:none;
  135.           }
  136.           #assitance-section-expanded
  137.           {
  138.           display:block;
  139.           }
  140.           #assitance-section-collapsed
  141.           {
  142.           display:none;
  143.           }
  144.           #form-head
  145.           {
  146.           font-weight:bold;
  147.           font-size:10pt;
  148.           }
  149.           #system-report-section
  150.           {
  151.           padding-left:1em;
  152.           padding-top:0.5em;
  153.           padding-bottom:0.5em;
  154.           border: 1px solid black;
  155.           }
  156.           #system-report-head
  157.           {
  158.           font-weight:bold;
  159.           padding-bottom:0.5em;
  160.           }
  161.           #system-report-description
  162.           {
  163.           font-size:10pt;
  164.           padding-left:0.5em;
  165.           padding-bottom:0.5em;
  166.           }
  167.         </style><script type="text/javascript">
  168.           function checkform()
  169.           {
  170.           if(document.assistanceform.name.value == "")
  171.           {
  172.           alert("#ProblemReport.TypeName#");
  173.           document.assistanceform.name.focus();
  174.           return false;
  175.           }
  176.           if(document.assistanceform.email.value == "")
  177.           {
  178.           alert("#ProblemReport.TypeEMail#");
  179.           document.assistanceform.email.focus();
  180.           return false;
  181.           }
  182.           if(document.assistanceform.email.value.indexOf('@') == -1 || document.assistanceform.email.value.indexOf('@') == document.assistanceform.email.value.length-1)
  183.           {
  184.           alert("#ProblemReport.InvalidEMAil#");
  185.           document.assistanceform.email.focus();
  186.           return false;
  187.           }
  188.           if(document.assistanceform.message.value == "")
  189.           {
  190.           alert("#ProblemReport.TypeMessage#");
  191.           document.assistanceform.message.focus();
  192.           return false;
  193.           }
  194.           return true;
  195.           }
  196.         </script><title>#ProblemReport.DefaultTitle#</title>
  197. </head>
  198. <body>
  199. <div class="all">
  200. <h1 id="report-head">#ProblemReport.DefaultTitle#</h1>
  201. <div id="assitance-section">
  202. <div id="assitance-section-collapsed" onclick="document.getElementById('assitance-section-expanded').style.display='block';style.display='none';"></div>
  203. <div id="assitance-section-expanded">
  204. <form name="assistanceform" method="post" action="#FORMACTION#" enctype="#ENCTYPE#" onsubmit="return checkform()">
  205. <fieldset>
  206. <legend>#ProblemReport.DefaultTitle#</legend>
  207. <p id="form-head">#ProblemReport.TaskDesc#</p>
  208. <div class="field"><label for="field-name">#ProblemReport.NameDesc#</label><input type="text" name="name" maxlength="255" size="50" id="field-name"></div>
  209. <div class="field"><label for="field-email">#ProblemReport.EMail#</label><input type="text" name="email" maxlength="255" size="50" id="field-email"><div class="field-note" id="field-note-email">#ProblemReport.EMailDesc#</div>
  210. </div>
  211. <div class="field"><label for="field-message">#ProblemReport.ThoughtsDesc#</label><textarea name="message" cols="60" rows="8" id="field-message">
  212.                       ┬á </textarea></div>
  213. <div class="field"><label for="field-system-report">#ProblemReport.SystemReportDesc#</label><textarea name="reportxml" cols="60" rows="8" id="field-system-report">
  214.     #LOG#
  215.   </textarea></div>
  216. <div class="submit-box"><input type="submit" name="submit" class="submit-button" value="#ProblemReport.SubmitControlText#"></div><input type="hidden" name="isfallback" value="true"><input type="hidden" name="target" value="sendxmlproblemreport"><input type="hidden" name="errortext" value="#ProblemReport.ErrorText#"><input type="hidden" name="successtext" value="#ProblemReport.SuccessText#"></fieldset>
  217. </form>
  218. </div>
  219. </div>
  220. <div style="clear:both"></div>
  221. </div>
  222. </body>
  223. </html>
  224.